org.neo4j.kernel
Class Config

java.lang.Object
  extended by org.neo4j.kernel.Config

public class Config
extends Object

A non-standard configuration object.


Field Summary
static String ARRAY_PROPERTY_STORE_MMAP_SIZE
           
static String DEFAULT_DATA_SOURCE_NAME
           
static String DUMP_CONFIGURATION
           
static String KEEP_LOGICAL_LOGS
           
static String LOGICAL_LOG
           
static String NEO_STORE
           
static String NODE_STORE_MMAP_SIZE
           
static String PROPERTY_INDEX_KEY_STORE_MMAP_SIZE
           
static String PROPERTY_INDEX_STORE_MMAP_SIZE
           
static String PROPERTY_STORE_MMAP_SIZE
           
static String READ_ONLY
           
static String REBUILD_IDGENERATORS_FAST
           
static String RELATIONSHIP_STORE_MMAP_SIZE
           
static String STORAGE_DIRECTORY
           
static String STRING_PROPERTY_STORE_MMAP_SIZE
           
static String USE_MEMORY_MAPPED_BUFFERS
           
 
Method Summary
 org.neo4j.kernel.impl.core.GraphDbModule getGraphDbModule()
           
 org.neo4j.kernel.impl.transaction.LockManager getLockManager()
           
 org.neo4j.kernel.impl.core.LockReleaser getLockReleaser()
           
 Map<Object,Object> getParams()
           
 org.neo4j.kernel.impl.persistence.PersistenceModule getPersistenceModule()
           
 org.neo4j.kernel.impl.transaction.TxModule getTxModule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DATA_SOURCE_NAME

public static final String DEFAULT_DATA_SOURCE_NAME
See Also:
Constant Field Values

USE_MEMORY_MAPPED_BUFFERS

public static final String USE_MEMORY_MAPPED_BUFFERS
See Also:
Constant Field Values

DUMP_CONFIGURATION

public static final String DUMP_CONFIGURATION
See Also:
Constant Field Values

KEEP_LOGICAL_LOGS

public static final String KEEP_LOGICAL_LOGS
See Also:
Constant Field Values

READ_ONLY

public static final String READ_ONLY
See Also:
Constant Field Values

STORAGE_DIRECTORY

public static final String STORAGE_DIRECTORY
See Also:
Constant Field Values

REBUILD_IDGENERATORS_FAST

public static final String REBUILD_IDGENERATORS_FAST
See Also:
Constant Field Values

NODE_STORE_MMAP_SIZE

public static final String NODE_STORE_MMAP_SIZE
See Also:
Constant Field Values

ARRAY_PROPERTY_STORE_MMAP_SIZE

public static final String ARRAY_PROPERTY_STORE_MMAP_SIZE
See Also:
Constant Field Values

PROPERTY_INDEX_KEY_STORE_MMAP_SIZE

public static final String PROPERTY_INDEX_KEY_STORE_MMAP_SIZE
See Also:
Constant Field Values

PROPERTY_INDEX_STORE_MMAP_SIZE

public static final String PROPERTY_INDEX_STORE_MMAP_SIZE
See Also:
Constant Field Values

PROPERTY_STORE_MMAP_SIZE

public static final String PROPERTY_STORE_MMAP_SIZE
See Also:
Constant Field Values

STRING_PROPERTY_STORE_MMAP_SIZE

public static final String STRING_PROPERTY_STORE_MMAP_SIZE
See Also:
Constant Field Values

RELATIONSHIP_STORE_MMAP_SIZE

public static final String RELATIONSHIP_STORE_MMAP_SIZE
See Also:
Constant Field Values

LOGICAL_LOG

public static final String LOGICAL_LOG
See Also:
Constant Field Values

NEO_STORE

public static final String NEO_STORE
See Also:
Constant Field Values
Method Detail

getTxModule

public org.neo4j.kernel.impl.transaction.TxModule getTxModule()

getGraphDbModule

public org.neo4j.kernel.impl.core.GraphDbModule getGraphDbModule()

getPersistenceModule

public org.neo4j.kernel.impl.persistence.PersistenceModule getPersistenceModule()

getLockManager

public org.neo4j.kernel.impl.transaction.LockManager getLockManager()

getLockReleaser

public org.neo4j.kernel.impl.core.LockReleaser getLockReleaser()

getParams

public Map<Object,Object> getParams()


Copyright © 2010 Neo4j. All Rights Reserved.